body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
 }

h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  color: #66bfbf;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66bfbf;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  color: #11999E;
  line-height: 2;
}

a:link,
a:visited,
a:hover {
  color: #11999E;
}

hr {
  color: #66bfbf;
  width: 20%;
  margin: 100px auto;
  border-bottom: dotted;
  border-top: none;
  border-left: none;
  border-right: none;
}

.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}

img.designer {
  border-radius: 35px;
}

.profile-row {
  margin: 100px auto;
  line-height: 2;
}

.profile-image {
  width: 10%;
  border: whitesmoke solid 10px;
  border-radius: 100%;
  opacity: 90%;
}

.contact-image {

  width: 13%;
}

.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

a.btn,
a:link.btn,
a:hover.btn,
a:visited.btn {
  color: #fff;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
  
}

.contact-me {
  background-image: url("background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0px;
}

.contact-me-inner {
  width: 50%;
  margin: auto;
  background: #ffffffb8;
  padding: 30px 25px 40px 25px;
  border-radius: 30px;
}

.footer-text {
  width: 55%;
  margin: auto;
  color: #ffffff;
}

.footer-text div {
  font-size: 12px;
}

.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover {
  color: #fff;
  text-decoration: none;
}

a.footer-link,
a:hover.footer-link,
a:visited.footer-link {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}


.intro {
  width: 40%;
  margin: 0 auto;
}

.skill-row {
  width: 60%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}


.skill-row .icon-left {
  width: 20%;
  float: left;
  margin-right: 30px;
}

.skill-row .icon-right {
  width: 20%;
  float: right;
  margin-left: 30px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
  left: 70%;
}
.bottom-cloud {
  position: absolute;
  left: 6px;
  bottom: 340px;
}

.bottom-cloud {
  position: absolute;
  left: 4%;
  bottom: 270px;
}

.contact-me p {
  padding-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
  width: 70%;
  margin: auto;
}